Contents page

Rules for Tools/Mode Flags


Mode Flags
#define MB_HIRES        0x0001      /* Don't lock. */ 
#define MB_PLAYNOTES    0x0002

#define MB_LOCKTOKEY    0x0004 
#define MB_EIGHTVA      0x0008 
#define MB_LOCKTORHYTHM 0x0010 
#define MB_FASTREFRESH  0x0020 
#define MB_PENCILDRAG   0x0040 
#define MB_PENCILWAND   0x0080 
#define MB_LOCKWAND     0x0100 
#define MB_NOTATERES    0x0200      /* Lock to notation res. */ 
#define MB_NOTERES      0x0400      /* Lock to note res. */

#define MB_PLAYALL      0x0800      /* Play all tracks. */ 
#define MB_ALIGNRES     0x1000      /* Lock to global flag alignment. */ 
#define MB_ALLRES  (MB_NOTATERES |MB_NOTERES |
                    MB_LOCKTORHYTHM | MB_HIRES | MB_ALIGNRES)